home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Rotater 2.8 / Rotater Files / shapes2 < prev    next >
Text File  |  1994-10-06  |  358b  |  42 lines

  1. #Shapes2
  2. #a cube and an octahedron
  3. #
  4. #by Elliott Manley <tesseract@andyclin.exnet.com>
  5.  
  6. 0 0 -2 0
  7. 2 0 0 4
  8. 0 -2 0 4
  9. 0 0 2 4
  10. 2 0 0 4
  11. 0 2 0 4
  12. 0 0 2 4
  13. -2 0 0 4
  14. 0 -2 0 4
  15. 0 0 -2 4
  16. -2 0 0 4
  17. 0 2 0 4
  18. 0 0 -2 4
  19.  
  20. 1 1 -1 0
  21.  
  22. 1 -1 -1 1
  23. -1 -1 -1 1
  24. -1 1 -1 1
  25. 1 1 -1 1
  26.  
  27. 1 1 1 1
  28.  
  29. 1 -1 1 1
  30. -1 -1 1 1
  31. -1 1 1 1
  32. 1 1 1 1
  33.  
  34. -1 -1 -1 0
  35. -1 -1 1 1
  36.  
  37. -1 1 -1 0
  38. -1 1 1 1
  39.  
  40. 1 -1 -1 0
  41. 1 -1 1 1
  42.